home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PPrivateData.h ------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Thu, Oct 12, 1995 @ 10:48 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PPrivateData__
- #define __PPrivateData__
-
- #include "PGetPageOptions.h"
- #include "PMTypes.h"
-
- class PPrivateData
- {
-
- public:
-
- PPrivateData
- ( const char * sDeveloperID,
- const char * sPluginID,
- short cTargetClass,
- unsigned long nTypeFlag,
- unsigned long nTargetID,
- short bChange,
- PMHandle hPrivateData,
- unsigned long nSize );
-
- private:
-
- PPrivateData();
- };
-
- #endif
-
- // end of PPrivateData.h
-